home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / comm / mail / smail2.lha / SMail / convert.man next >
Text File  |  1993-11-30  |  2KB  |  64 lines

  1.  
  2.  
  3.      CONVERT                  AmigaOS                  CONVERT
  4.  
  5.  
  6.  
  7.      NAME
  8.           convert - convert the output from pathalias to smail path format
  9.  
  10.      DESCRIPTION
  11.           You have to create a path file for smail. Use your maps to create
  12.           an path file via pathalias -f. This output has to piped through
  13.           convert. Use stdin as input and stdout as output. The output from
  14.           convert have to be sorted.
  15.  
  16.           Use the following CShell line to create your smail path file:
  17.  
  18.           pathalias -f <maps|convert|qsort >paths
  19.  
  20.      MAPS FORMAT
  21.           Normally you should refer to pathalias.man. Here a short example
  22.           for my host:
  23.           ---------------------- snip ----------------------------------
  24.           mavhh=mavhh.hanse.de
  25.           wolfhh=wolfhh.hanse.de
  26.           mavhh    wolfhh(DAILY)
  27.           ---------------------- snip ----------------------------------
  28.           My only host is wolfhh and it get all mails from me.
  29.  
  30.      PATHALIAS OUTPUT
  31.           Again normally you should refer to pathalias.man.
  32.           Here the output for my maps:
  33.           ---------------------- snip ----------------------------------
  34.           0    mavhh    %s
  35.           5000 wolfhh    wolfhh!%s
  36.           5000 wolfhh.hanse.de    wolfhh!%s
  37.           ---------------------- snip ----------------------------------
  38.  
  39.      SMAIL PATH FORMAT
  40.           The first column is the hostname, the second the path and the
  41.           last one the cost. Please keep in mind:
  42.                          YOU HAVE TO SORT THIS FILE.
  43.           If the list is not sorted, there will be strange results,
  44.           because smail/rmail uses a binary search algorithm to find the
  45.           right host in paths file.
  46.           Here my example:
  47.           ---------------------- snip ----------------------------------
  48.           mavhh    %s    0
  49.           wolfhh    wolfhh!%s   5000
  50.           wolfhh.hanse.de    wolfhh!%s   5000
  51.           ---------------------- snip ----------------------------------
  52.  
  53.  
  54.      VERSION
  55.           $Id: convert.man,v 2.1 1993/11/23 19:58:39 Aussem Exp $
  56.  
  57.  
  58.      Page 1                                          (printed 9/05/93)
  59.  
  60.  
  61.  
  62.  
  63.  
  64.